.zsh-warp {
    background-color: #fff;
    padding: 24px 0 16px;
    box-shadow: 0px 1px 4px 0px rgba(211, 211, 211, 0.8);
    margin-bottom: 16px;
    position: relative;
    margin-top: 16px;
}

.zsh-title {
    font-weight: bold;
    font-size: 22px;
    /* width: 100%; */
    margin: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.zsh-change {
    display: none;
    position: absolute;
    z-index: 1;
    top: 40px;
    left: -15px;
    width: 425px;
    height: 280px;
    background-image: url(http://zj.news.cn/2023static/images/bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.changeShow {
    animation: changeShow 0.5s linear forwards;
}

.changeHide {
    animation: changeHide 0.5s linear forwards;
}

@keyframes changeShow {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes changeHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.zsh-change .zsh-box {
    width: 425px;
    padding: 25px 5px 25px 30px;
    margin-top: 34px;
    border: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.zsh-change .zsh-box a {
    color: #3848a0;
    width: 100px;
    font-size: 14px;
    font-family: var(--fontFamilyStyle);

    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #dee9fb;
    border-radius: 4px;
    margin-left: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    text-decoration: none;
}

.zsh-change a:hover {
    background: #547cc4;
    color: #fff;
}

/* @-webkit-keyframes change{
0%{opacity: 0;}
100%{opacity: 1;}
    } */
.zsh-title .zsh-titleflex {
    display: flex;
    align-items: center;
}

.zsh-title .zsh-titleflex .titleHover_bg {
    /* width: 89px; */
    color: #3848a0;
    border-bottom: 2px solid #3848a0;
    padding-bottom: 6px;
    font-family: var(--fontFamilyStyle);

}

.zsh-title .zsh-titleflex img {
    width: 12px;
    height: 12px;
    margin-left: 10px;
    animation: ripple 0.5s linear infinite;
    /* transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);  */
    animation-play-state: paused;

    /* transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg); */
}

@keyframes ripple {
    to {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}

@keyframes ripple2 {
    to {
        transform: rotate(-32deg);
        -moz-transform: rotate(-32deg);
        -webkit-transform: rotate(-42deg);
    }
}

.zsh-title a {
    text-decoration: none;
    color: #666;
}

.zsh-title .zsh-titleclass {
    font-size: 16px;
    font-family: var(--MicrosoftYaHei);
    font-weight: var(--secondTitleFWeight);
    color: #666;
    font-style: italic;
    line-height: 24px;
    cursor: pointer;
    font-style: italic;
    cursor: pointer;
}

.zsh-line {
    background-color: #eeeeee;
    height: 1px;
    margin-bottom: 17px;
}

.zsh-neiron {
    padding: 0 22px;
}

.zsh-neiron .zsh-box {
    display: flex;
    align-items: center;
    font-family: var(--MicrosoftYaHei);


}

.zsh-neiron .zsh-box .zsh-one {
    width: 154px;
    height: 230px;
    position: relative;
    margin-right: 14px;
    overflow: hidden;
}

.zsh-neiron .zsh-box .zsh-one img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.zsh-neiron .zsh-box .zsh-one img:hover {
    transform: scale(1.1);
    transition: 1s;

}

.zsh-neiron .zsh-introduce {
    position: absolute;
    bottom: 0;
    width: 154px;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    padding: 0 16px;
    letter-spacing: 1px;
    color: #fff;
    background-color: rgba(3, 30, 68, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zsh-neiron .zsh-biaoti {
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
}

.zsh-neiron .zsh-biaoti .zsh-flex {
    font-size: 16px;
    font-family: var(--);
    display: flex;
    align-items: center;
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.zsh-flex .text_hover_a {
    display: block;
    width: 450px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zsh-neiron .zsh-biaoti .zsh-flex:first-child {
    margin-top: 0;
}

.zsh-neiron .zsh-biaoti .zsh-flex div:nth-child(1) {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 7px;
}

.zsh-neiron .zsh-box .zsh-two {
    width: 408px;
    height: 230px;
    position: relative;
    margin-right: 25px;
    overflow: hidden;
}

.zsh-neiron .zsh-box .zsh-two img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.zsh-neiron .zsh-box .zsh-two img:hover {
    transform: scale(1.1);
    transition: 1s;

}


.zsh-neiron .zsh-two .zsh-introduce {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    background-color: rgba(3, 30, 68, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zsh-introduce a,
.zsh-introduce {
    color: #fff;
}

.zsh-guanggao {
    margin-top: 16px;
    display: flex;
    align-items: center;
    height: 64px;
    background: linear-gradient(0deg, #d5e0f7, #f3f6fd);
}

.zsh-guanggao .zsh-gg {
    letter-spacing: 2px;
    font-size: 20px;
    font-family: var(--fontFamilyStyle);

    font-weight: normal;
    color: #3848a0;
    margin-right: 13px;
    margin-left: 16px;
    text-shadow: 1px 0 white, 0 2px white, 2px 0 white, 0 2px white;
}

.zsh-guanggao .zsh-flex {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-family: var(--MicrosoftYaHei);

    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 352px;
    background: #ffffff;
    border-radius: 8px;
    margin-left: 24px;
    padding: 0 10px;
}

#swiperAdvThree {
    width: 100%;
    height: 100%;
}

.zsh-guanggao .zsh-flex .div1:nth-child(1) {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 7px;
}

.zsh-neiron2 {
    padding: 0 16px;
}

.zsh-neiron2 .zsh-box {
    display: flex;
    align-items: center;
    font-family: var(--MicrosoftYaHei);

}

.zsh-neiron2 .zsh-box .zsh-one {
    width: 498px;
    height: 313px;
    position: relative;
    margin-right: 2px;
    text-align: left;
    overflow: hidden;
}

.zsh-neiron2 .zsh-box img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.zsh-neiron2 .zsh-box img:hover {
    transform: scale(1.1);
    transition: 1s;

}


.zsh-neiron2 .zsh-box .zsh-introduce {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    padding: 0 16px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,.65);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.zsh-neiron2 .zsh-box .zsh-min .zsh-one {
    width: 247px;
    height: 156px;
    position: relative;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.zsh-neiron2 .zsh-box .zsh-min img {
    width: 100%;
    height: 100%;
}

.zsh-neiron2 .zsh-box .zsh-min .zsh-introduce {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: left;
    padding: 0 16px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,.65);
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 100%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 轮播广告 */
.content-hjt {
    width: 100%;
    margin-top: 16px;
}

#swiperAdvSix {
    width: 100%;
    height: 90px;
    margin: 0px auto;
}

.content-hjt .box2_list {
    display: flex;

}

.content-hjt .box2_list a {
    width: 208px;
    height: 84px;
    margin-right: 6px;
    overflow: hidden;
}

/* .content-hjt .box2_list a img:hover {
    transform: scale(1.1);
    transition: 1s;
} */


.content-hjt .box2_list img {
    width: 208px;
    height: 84px;
    margin-right: 6px;
}

.content-hjt .box2_list a img {
    width: 208px;
    height: 84px;

}



.content-hjt a:last-child {
    margin-right: 0;
}

.content-hjt img:last-child {
    margin-right: 0;
}

/* .content-hjt {
    width: 1280px;
    margin: 16px auto 0;
}

.swiper-container-hjt {
    width: 1200px;
    height: 80px;
    margin: 0px auto;
}

.swiper-container-hjt ul {
    width: 5000px;
}

.swiper-container-hjt .item-hjt {
    width: 197px;
    height: 80px;
    overflow: hidden;
    float: left;
    position: relative;
    transition: all 0.7s cubic-bezier(0.46, 0.98, 0.54, 1.1);
}

.swiper-container-hjt .item-hjt+.item-hjt {
    margin-left: 4px;
}

.swiper-container-hjt .item-hjt.itemHover-hjt {
    width: 800px;
}

.swiper-container-hjt .item-hjt.noWidth-hjt {
    width: 0;
    margin: 0;
}

.swiper-container-hjt .item-hjt .sImg-hjt {
    width: 197px;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}

.swiper-container-hjt .item-hjt .sImg-hjt img {
    width: 197px;
    height: 80px;
}

.swiper-container-hjt .item-hjt .bImg-hjt {
    width: 600px;
    height: 80px;
    position: absolute;
    left: 201px;
    top: 0;
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}

.swiper-container-hjt .item-hjt .bImg-hjt img {
    width: 600px;
    height: 80px;
} */